Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.11 Beta 6 vs Beta5: sum of all changes #165

Merged
merged 23 commits into from
Apr 18, 2024
Merged

v0.11 Beta 6 vs Beta5: sum of all changes #165

merged 23 commits into from
Apr 18, 2024

Conversation

dr-orlovsky
Copy link
Member

No description provided.

@dr-orlovsky dr-orlovsky added this to the v0.11.0 milestone Apr 11, 2024
@dr-orlovsky dr-orlovsky self-assigned this Apr 11, 2024
Cargo.toml Outdated
@@ -94,3 +94,18 @@ serde = ["serde_crate", "serde_with", "serde_yaml", "bp-std/serde", "bp-wallet/s

[package.metadata.docs.rs]
features = ["all"]

[patch.crates-io]
strict_types = { git = "https://github.com/strict-types/strict-types", branch = "master" }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As reported here RGB-WG/rgb-std#180 (review) rgb-std is not compiling with these patches. If you run cargo update on this repo you'll see the same error that I reported. It seems that in the Cargo.lock file of this repo strict_types was set to master#2350162c, a commit that is not directly referenced by any branch and that is no longer in master history. Since I've seen that commit is part of 2 branches (develop and reconstruct) I've tried both and I've found out that I can compile rgb-lib using the reconstruct branch. So either we merge that commit on master or we change the patched branch here.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed to reconstruct. Pushed

@dr-orlovsky dr-orlovsky merged commit f9813b7 into master Apr 18, 2024
17 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants